home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / MozBackup 1.4.9 / MozBackup-1.4.9-EN.exe / backup.ini next >
Encoding:
INI File  |  2009-01-10  |  4.0 KB  |  114 lines

  1. ;
  2. ; MozBackup config file
  3. ;
  4. ; Author: Pavel Cvrcek <jasnapaka@jasnapaka.com>
  5. ; Last update: 2007-10-13
  6. ;
  7. ; If you find some bug, please send me information about it. Thanks.
  8. ;
  9. ; !!! This config file is for advanced users only !!!
  10. ;
  11.  
  12. [General]
  13. ; fileformat: You can specify format of output's filename here. You can use 
  14. ; all chars which you can use for naming files in Windows. Here are some contants 
  15. ; too.
  16. ;
  17. ; <application> - name of application which you backup
  18. ; <version>     - version of application which you backup
  19. ; <profile>     - name of profile which you backup 
  20. ; <year>        - actual year
  21. ; <month>       - actual month
  22. ; <day>         - actual day
  23. ; <hour>        - actual hour
  24. ; <minute>      - actual minute
  25. ; <second>      - actual second :)
  26. ; <millisecond> - actual millisecond :))
  27. ; <dayOfWeek>   - day of week (Monday, Thuesday...)
  28. ;
  29. ; Examples:
  30. ;       <application> <version> - <year>-<month>-<day>.pcv
  31. ;       (output will be something like: Mozilla 1.7.10 - 2005-07-26.pcv)
  32. ;       <application> <version> - <year>-<month>-<day>.pcv
  33. ;       (output will be something like: Mozilla 1.7.10 default - 2005-07-26.pcv)
  34.  
  35. fileformat=<application> <version> - <year>-<month>-<day>.pcv
  36.  
  37. ; backupdir: You can specify directory where backups will be stored
  38. ;            (for Firefox, Thunderbird, SeaMonkey, Sunbird, Netscape and Flock)
  39. ;            Example: backupdir = C:\Mozilla\Backup
  40.  
  41. backupdir=
  42.  
  43. ; firefoxdir: You can specify directory where Firefox backups will be stored
  44. ;             (for Firefox only)
  45. ;             Note: This preference rewrites 'backupdir' option.
  46. ;             Example: firefoxdir = C:\Firefox\Backup
  47.  
  48. firefoxdir=
  49.  
  50. ; thunderbirddir: You can specify directory where Thunderbird backups will be stored
  51. ;             (for Thunderbird only)
  52. ;             Note: This preference rewrites 'backupdir' option.
  53. ;             Example: thunderbirddir = C:\Thunderbird\Backup
  54.  
  55. thunderbirddir=
  56.  
  57. ; suitedir: You can specify directory where SeaMonkey backups will be stored
  58. ;           (for SeaMonkey only)
  59. ;           Note: This preference rewrites 'backupdir' option.
  60. ;           Example: suitedir = C:\SeaMonkey\Backup
  61.  
  62. suitedir=
  63.  
  64. ; sunbirddir: You can specify directory where Sunbird backups will be stored
  65. ;           (for Mozilla Suite only)
  66. ;           Note: This preference rewrites 'backupdir' option.
  67. ;           Example: sunbirddir = C:\Sunbird\Backup
  68.  
  69. sunbirddir=
  70.  
  71. ; flockdir: You can specify directory where Flock backups will be stored
  72. ;           (for Flock only)
  73. ;           Note: This preference rewrites 'backupdir' option.
  74. ;           Example: sunbirddir = C:\Flock\Backup
  75.  
  76. flockdir=
  77.  
  78. ; netscapedir: You can specify directory where Netscape 9 backups will be stored
  79. ;           (for Netscape only)
  80. ;           Note: This preference rewrites 'backupdir' option.
  81. ;           Example: netscapedir = C:\Netscape\Backup
  82.  
  83. netscapedir=
  84.  
  85. ; netscapemessdir: You can specify directory where Netscape Messenger 9 backups will be stored
  86. ;           (for Netscape Messenger only)
  87. ;           Note: This preference rewrites 'backupdir' option.
  88. ;           Example: netscapemessdir = C:\Netscape Messenger\Backup
  89.  
  90. netscapemessdir=
  91.  
  92. ; spicebirddir: You can specify directory where Spicebird backups will be stored
  93. ;           (for Spicebird only)
  94. ;           Note: This preference rewrites 'backupdir' option.
  95. ;           Example: spicebirddir = C:\Spicebird\Backup
  96.  
  97. spicebirddir=
  98.  
  99. ; songbirddir: You can specify directory where Songbird backups will be stored
  100. ;           (for Songbird only)
  101. ;           Note: This preference rewrites 'backupdir' option.
  102. ;           Example: spicebirddir = C:\Songbird\Backup
  103.  
  104. songbirddir=
  105.  
  106. ; monitor: Number of monitor where MozBackup window will be showed
  107. monitor=1
  108.  
  109. ; enable/disable asking for password for backup's file (set true or false)
  110. askForPassword=true
  111.  
  112. ; compression level of backup's file. Possible values: 0 - 9, 0 - no compress, 9 - maximum compress.
  113. compressionLevel=9
  114.